home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET 2
/
BCI NET 2.iso
/
archives
/
programming
/
source
/
graphicgems1.lha
/
Gems
/
Sturm
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-02-06
|
211 b
|
13 lines
#
# Makefile
#
# command file for make to compile the solver.
solve: main.o sturm.o util.o
cc -o solve main.o sturm.o util.o -lm
clean:
/bin/rm -f main.o sturm.o util.o solve
main.o sturm.o util.o: solve.h